Template Class

Represents a document template that was used to create a document.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Template
Inheritance
Object    Template

Constructors

Template Initializes a new instance of the Template class.

Properties

Actuate 
Date Contains the date and time when a template was last modified, prior to being used to create the current document.
Location Contains the location of remote resource.
Role 
Title Contains the title to be associated with a document template.
Type Contains the value simple in OpenDocument document instances.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Template object to its equivalent string representation.
(Overrides ObjectToString)

See Also